home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / shared.dir / 01113_Field_clickScript.txt < prev   
Text File  |  1994-11-15  |  266b  |  12 lines

  1. on mouseUp
  2.   global nowFrame, dialogOn, ltQT
  3.   if dialogOn = FALSE then
  4.     sound stop 1
  5.     set ltQT = FALSE
  6.     set backFrame = chars(nowFrame,1,10) & "0├╕├╕├╕"
  7.     puppetSprite 4, FALSE
  8.     go to backFrame
  9.     dontPassEvent
  10.   end if
  11.   flush
  12. end mouseUp